home *** CD-ROM | disk | FTP | other *** search
/ The Idea Engine / The Idea Engine.iso / pc / white2.dir / 00223.ls < prev    next >
Encoding:
Text File  |  1995-10-16  |  210 b   |  10 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     puppetSprite(2, 1)
  4.     if the locV of sprite 1 > 1 then
  5.       set the locV of sprite 1 to the locV of sprite 1 + 10
  6.       updateStage()
  7.     end if
  8.   end repeat
  9. end
  10.